home *** CD-ROM | disk | FTP | other *** search
/ Cracking 2 / Cracking II..iso / Texty / crackme / cm_id14.exe / 0 / RCDATA / TFORM1 / TFORM1.txt
Encoding:
Text File  |  1999-05-23  |  2.1 KB  |  107 lines

  1. object Form1: TForm1
  2.   Left = 192
  3.   Top = 121
  4.   Width = 388
  5.   Height = 170
  6.   Caption = 'Registration Form'
  7.   Color = clBtnFace
  8.   Font.Charset = ANSI_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -15
  11.   Font.Name = 'Minion Web'
  12.   Font.Style = [fsItalic]
  13.   OldCreateOrder = False
  14.   PixelsPerInch = 120
  15.   TextHeight = 18
  16.   object Bevel1: TBevel
  17.     Left = 48
  18.     Top = 24
  19.     Width = 273
  20.     Height = 73
  21.   end
  22.   object Label1: TLabel
  23.     Left = 0
  24.     Top = 32
  25.     Width = 43
  26.     Height = 22
  27.     Caption = 'Name'
  28.     Font.Charset = ANSI_CHARSET
  29.     Font.Color = clWindowText
  30.     Font.Height = -20
  31.     Font.Name = 'Garamond'
  32.     Font.Style = [fsItalic]
  33.     ParentFont = False
  34.   end
  35.   object Label2: TLabel
  36.     Left = 328
  37.     Top = 64
  38.     Width = 52
  39.     Height = 22
  40.     Caption = 'RegNo.'
  41.     Font.Charset = ANSI_CHARSET
  42.     Font.Color = clWindowText
  43.     Font.Height = -20
  44.     Font.Name = 'Garamond'
  45.     Font.Style = [fsItalic]
  46.     ParentFont = False
  47.   end
  48.   object Label3: TLabel
  49.     Left = 88
  50.     Top = 112
  51.     Width = 212
  52.     Height = 26
  53.     Caption = 'CrackMe [id:14] by tC...'
  54.     Font.Charset = ANSI_CHARSET
  55.     Font.Color = clWindowText
  56.     Font.Height = -20
  57.     Font.Name = 'MathSoftText'
  58.     Font.Style = [fsBold, fsItalic]
  59.     ParentFont = False
  60.   end
  61.   object Edit2: TEdit
  62.     Left = 64
  63.     Top = 64
  64.     Width = 241
  65.     Height = 25
  66.     Font.Charset = ANSI_CHARSET
  67.     Font.Color = clWindowText
  68.     Font.Height = -15
  69.     Font.Name = 'Arial'
  70.     Font.Style = [fsBold, fsItalic]
  71.     ParentFont = False
  72.     TabOrder = 0
  73.     OnChange = main
  74.   end
  75.   object RadioButton1: TRadioButton
  76.     Left = 48
  77.     Top = 0
  78.     Width = 113
  79.     Height = 17
  80.     Caption = 'Single license'
  81.     Checked = True
  82.     TabOrder = 1
  83.     TabStop = True
  84.   end
  85.   object RadioButton2: TRadioButton
  86.     Left = 184
  87.     Top = 0
  88.     Width = 137
  89.     Height = 17
  90.     Caption = 'Worldwide license'
  91.     TabOrder = 2
  92.   end
  93.   object Edit1: TEdit
  94.     Left = 64
  95.     Top = 32
  96.     Width = 241
  97.     Height = 25
  98.     Font.Charset = ANSI_CHARSET
  99.     Font.Color = clWindowText
  100.     Font.Height = -15
  101.     Font.Name = 'Arial'
  102.     Font.Style = [fsBold, fsItalic]
  103.     ParentFont = False
  104.     TabOrder = 3
  105.   end
  106. end
  107.